home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Over 1,000 Windows 95 Programs
/
Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso
/
0064
/
readme.bat
< prev
next >
Wrap
DOS Batch File
|
1997-03-23
|
2KB
|
27 lines
@ECHO OFF
cls
echo.
echo ╔══════════════════════════════════════════════════════════════════╗
echo ║ EASY SOFTWARE DISTRIBUTION DISKS ║
echo ║ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ║
echo ║ ║
echo ║ Easy Software products are supplied in compressed form with an ║
echo ║ installation program which will unpack the program to your hard ║
echo ║ disk. ║
echo ║ ║
echo ║ The installation program unpacks files to a directory of your ║
echo ║ choosing. It does not alter your Autoexec.Bat or Config.Sys ║
echo ║ files. ║
echo ║ ║
echo ║ To install Easy Software products, insert the distribution disk, ║
echo ║ change to the drive (type "A:" or "B:") then type "Install". ║
echo ║ ║
echo ║ All programs except Easy Menu will start automatically when the ║
echo ║ installation routine completes. To start Easy Menu type "EM" at ║
echo ║ the DOS Prompt after installation. ║
echo ║ ║
echo ║ Thank you for choosing Easy Software. ║
echo ╚══════════════════════════════════════════════════════════════════╝
echo.
pause